gtk/gtkbuiltinicon.c: Fix build
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Dec 2015 08:33:32 +0000 (16:33 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 22 Dec 2015 08:35:58 +0000 (16:35 +0800)
commit7a054328430cd7ee7fa63b11e7e7d8bb4754776c
treee6d0fc47bfc72c996ac980fb8b6aad214cf7432a
parent7f17468afc761ae63f1b5581c7769c9d97453f65
gtk/gtkbuiltinicon.c: Fix build

The gtk_builtin_icon_get_default_size_property returns a const char *,
in a way such that some compilers insist that something that is of a
pointer value be returned, so fix that by replacing 0 with NULL.
gtk/gtkbuiltinicon.c